Html Css Color HEX #FCDBC2 Karry

📋 copy color: '#FCDBC2'

red 252 ◦ green 219 ◦ blue 194

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

Shades of Karry #FCDBC2

Tints of Karry #FCDBC2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.93%

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

R = 37.89%
G = 32.93%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FCDBC2 (or 0xFCDBC2) is known color: Karry. HEX triplet: FC, DB and C2. RGB value is (252,219,194). Sum of RGB (Red+Green+Blue) = 252+219+194=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 219 (85.94% from 255 or 32.93% from 665); Blue value is 194 (76.17% from 255 or 29.17% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDBC2 is #03243D. Grayscale: #E2E2E2. Windows color (decimal): -205886 or 12770300. OLE color: 12770300.

HSL color Cylindrical-coordinate representation of color #FCDBC2: hue angle of 25.86º 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 #FCDBC2 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 219 194 -
CMYK 0 0.13 0.23 0.01
HSL 25.86º 0.91% 0.87% -
HSV(B) 25.86º 0.23% 0.99% -
XYZ 75.21 75.25 61.6 -
YUV 226.02 109.93 146.53 -
System Red Green Blue C M Y K H S L
Decimal 252 219 194 0 0.13 0.23 0.01 25.86 0.91 0.87
Hex FC DB C2 0 D 17 1 1A 5B 57
Octal 374 333 302 0 15 27 1 32 133 127
Binary 11111100 11011011 11000010 0 1101 10111 1 11010 1011011 1010111

Color Harmonies of #FCDBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDBC2

Black with #FCDBC2

Text Example


Text Example

White with #FCDBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDBC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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