Html Css Color HEX #FDDCC9 Karry

📋 copy color: '#FDDCC9'

red 253 ◦ green 220 ◦ blue 201

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

Shades of Karry #FDDCC9

Tints of Karry #FDDCC9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.64%

 BLUE value IS 201 (78.91% from 255) = 29.82%

R = 37.54%
G = 32.64%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FDDCC9 (or 0xFDDCC9) is known color: Karry. HEX triplet: FD, DC and C9. RGB value is (253,220,201). Sum of RGB (Red+Green+Blue) = 253+220+201=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 220 (86.33% from 255 or 32.64% from 674); Blue value is 201 (78.91% from 255 or 29.82% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCC9 is #022336. Grayscale: #E3E3E3. Windows color (decimal): -140087 or 13229309. OLE color: 13229309.

HSL color Cylindrical-coordinate representation of color #FDDCC9: hue angle of 21.92º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDDCC9 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 220 201 -
CMYK 0 0.13 0.21 0.01
HSL 21.92º 0.93% 0.89% -
HSV(B) 21.92º 0.21% 0.99% -
XYZ 76.64 76.29 65.94 -
YUV 227.7 112.93 146.04 -
System Red Green Blue C M Y K H S L
Decimal 253 220 201 0 0.13 0.21 0.01 21.92 0.93 0.89
Hex FD DC C9 0 D 15 1 16 5D 59
Octal 375 334 311 0 15 25 1 26 135 131
Binary 11111101 11011100 11001001 0 1101 10101 1 10110 1011101 1011001

Color Harmonies of #FDDCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDCC9

Black with #FDDCC9

Text Example


Text Example

White with #FDDCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDCC9; }

 p { color: rgb(253,220,201); }

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

background-color css

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

 a { background-color: rgb(253,220,201); }

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

border-color css

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

 span { border-color: rgb(253,220,201); }

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