Html Css Color HEX #FCCBF4 Snuff

📋 copy color: '#FCCBF4'

red 252 ◦ green 203 ◦ blue 244

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

Shades of Snuff #FCCBF4

Tints of Snuff #FCCBF4

RGB

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

 GREEN value IS 203 (79.69% from 255) = 29.04%

 BLUE value IS 244 (95.7% from 255) = 34.91%

R = 36.05%
G = 29.04%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FCCBF4 (or 0xFCCBF4) is known color: Snuff. HEX triplet: FC, CB and F4. RGB value is (252,203,244). Sum of RGB (Red+Green+Blue) = 252+203+244=699 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.05% from 699); Green value is 203 (79.69% from 255 or 29.04% from 699); Blue value is 244 (95.70% from 255 or 34.91% from 699); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCBF4 is #03340B. Grayscale: #DEDEDE. Windows color (decimal): -209932 or 16043004. OLE color: 16043004.

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

Color convert

RGB 252 203 244 -
CMYK 0 0.19 0.03 0.01
HSL 309.8º 0.89% 0.89% -
HSV(B) 309.8º 0.19% 0.99% -
XYZ 77.83 69.94 94.99 -
YUV 222.33 140.23 149.17 -
System Red Green Blue C M Y K H S L
Decimal 252 203 244 0 0.19 0.03 0.01 309.8 0.89 0.89
Hex FC CB F4 0 13 3 1 136 59 59
Octal 374 313 364 0 23 3 1 466 131 131
Binary 11111100 11001011 11110100 0 10011 11 1 100110110 1011001 1011001

Color Harmonies of #FCCBF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCBF4

Black with #FCCBF4

Text Example


Text Example

White with #FCCBF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCBF4; }

 p { color: rgb(252,203,244); }

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

background-color css

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

 a { background-color: rgb(252,203,244); }

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

border-color css

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

 span { border-color: rgb(252,203,244); }

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