Html Css Color HEX #FDDABD Karry

📋 copy color: '#FDDABD'

red 253 ◦ green 218 ◦ blue 189

#FDDABD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Karry #FDDABD

Tints of Karry #FDDABD

RGB

 RED value IS 253 (99.22% from 255) = 38.33%

 GREEN value IS 218 (85.55% from 255) = 33.03%

 BLUE value IS 189 (74.22% from 255) = 28.64%

R = 38.33%
G = 33.03%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.25

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FDDABD (or 0xFDDABD) is known color: Karry. HEX triplet: FD, DA and BD. RGB value is (253,218,189). Sum of RGB (Red+Green+Blue) = 253+218+189=660 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.33% from 660); Green value is 218 (85.55% from 255 or 33.03% from 660); Blue value is 189 (74.22% from 255 or 28.64% from 660); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDABD is #022542. Grayscale: #E1E1E1. Windows color (decimal): -140611 or 12442365. OLE color: 12442365.

HSL color Cylindrical-coordinate representation of color #FDDABD: hue angle of 27.19º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDDABD is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 218 189 -
CMYK 0 0.14 0.25 0.01
HSL 27.19º 0.94% 0.87% -
HSV(B) 27.19º 0.25% 0.99% -
XYZ 74.76 74.7 58.62 -
YUV 225.16 107.6 147.86 -
System Red Green Blue C M Y K H S L
Decimal 253 218 189 0 0.14 0.25 0.01 27.19 0.94 0.87
Hex FD DA BD 0 E 19 1 1B 5E 57
Octal 375 332 275 0 16 31 1 33 136 127
Binary 11111101 11011010 10111101 0 1110 11001 1 11011 1011110 1010111

Color Harmonies of #FDDABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDABD

Black with #FDDABD

Text Example


Text Example

White with #FDDABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDABD; }

 p { color: rgb(253,218,189); }

 H1.HeaderClassName
 {
   color: #FDDABD;
 }
 .AnyTagClassName
 {
   color: #FDDABD;
 }
</style>

background-color css

<style>
 a { background-color: #FDDABD; }

 a { background-color: rgb(253,218,189); }

 div.DivClassName
 {
   background-color: #FDDABD;
 }
 .BgClassName
 {
   background-color: #FDDABD;
 }
</style>

border-color css

<style>
 span { border-color: #FDDABD; }

 span { border-color: rgb(253,218,189); }

 td.TdClassName
 {
   border-color: #FDDABD;
 }
 .TagClassName
 {
   border-color: #FDDABD;
 }
</style>