Html Css Color HEX #FCDFC2 Karry

📋 copy color: '#FCDFC2'

red 252 ◦ green 223 ◦ blue 194

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

Shades of Karry #FCDFC2

Tints of Karry #FCDFC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 29%

R = 37.67%
G = 33.33%
B = 29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FCDFC2 (or 0xFCDFC2) is known color: Karry. HEX triplet: FC, DF and C2. RGB value is (252,223,194). Sum of RGB (Red+Green+Blue) = 252+223+194=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 223 (87.5% from 255 or 33.33% from 669); Blue value is 194 (76.17% from 255 or 29.00% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFC2 is #03203D. Grayscale: #E4E4E4. Windows color (decimal): -204862 or 12771324. OLE color: 12771324.

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

Color convert

RGB 252 223 194 -
CMYK 0 0.12 0.23 0.01
HSL 30º 0.91% 0.87% -
HSV(B) 30º 0.23% 0.99% -
XYZ 76.27 77.37 61.95 -
YUV 228.37 108.61 144.86 -
System Red Green Blue C M Y K H S L
Decimal 252 223 194 0 0.12 0.23 0.01 30 0.91 0.87
Hex FC DF C2 0 C 17 1 1E 5B 57
Octal 374 337 302 0 14 27 1 36 133 127
Binary 11111100 11011111 11000010 0 1100 10111 1 11110 1011011 1010111

Color Harmonies of #FCDFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDFC2

Black with #FCDFC2

Text Example


Text Example

White with #FCDFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDFC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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