Html Css Color HEX #FCDFC9 Karry

📋 copy color: '#FCDFC9'

red 252 ◦ green 223 ◦ blue 201

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

Shades of Karry #FCDFC9

Tints of Karry #FCDFC9

RGB

 RED value IS 252 (98.83% from 255) = 37.28%

 GREEN value IS 223 (87.5% from 255) = 32.99%

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

R = 37.28%
G = 32.99%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FCDFC9 (or 0xFCDFC9) is known color: Karry. HEX triplet: FC, DF and C9. RGB value is (252,223,201). Sum of RGB (Red+Green+Blue) = 252+223+201=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 223 (87.5% from 255 or 32.99% from 676); Blue value is 201 (78.91% from 255 or 29.73% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFC9 is #032036. Grayscale: #E5E5E5. Windows color (decimal): -204855 or 13230076. OLE color: 13230076.

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

Color convert

RGB 252 223 201 -
CMYK 0 0.12 0.20 0.01
HSL 25.88º 0.89% 0.89% -
HSV(B) 25.88º 0.2% 0.99% -
XYZ 77.08 77.69 66.19 -
YUV 229.16 112.11 144.29 -
System Red Green Blue C M Y K H S L
Decimal 252 223 201 0 0.12 0.20 0.01 25.88 0.89 0.89
Hex FC DF C9 0 C 14 1 1A 59 59
Octal 374 337 311 0 14 24 1 32 131 131
Binary 11111100 11011111 11001001 0 1100 10100 1 11010 1011001 1011001

Color Harmonies of #FCDFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDFC9

Black with #FCDFC9

Text Example


Text Example

White with #FCDFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDFC9; }

 p { color: rgb(252,223,201); }

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

background-color css

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

 a { background-color: rgb(252,223,201); }

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

border-color css

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

 span { border-color: rgb(252,223,201); }

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