Html Css Color HEX #FBCCF7 Snuff

📋 copy color: '#FBCCF7'

red 251 ◦ green 204 ◦ blue 247

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

Shades of Snuff #FBCCF7

Tints of Snuff #FBCCF7

RGB

 RED value IS 251 (98.44% from 255) = 35.75%

 GREEN value IS 204 (80.08% from 255) = 29.06%

 BLUE value IS 247 (96.88% from 255) = 35.19%

R = 35.75%
G = 29.06%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FBCCF7 (or 0xFBCCF7) is known color: Snuff. HEX triplet: FB, CC and F7. RGB value is (251,204,247). Sum of RGB (Red+Green+Blue) = 251+204+247=702 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.75% from 702); Green value is 204 (80.08% from 255 or 29.06% from 702); Blue value is 247 (96.88% from 255 or 35.19% from 702); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCCF7 is #043308. Grayscale: #DEDEDE. Windows color (decimal): -275209 or 16239867. OLE color: 16239867.

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

Color convert

RGB 251 204 247 -
CMYK 0 0.19 0.02 0.02
HSL 305.11º 0.85% 0.89% -
HSV(B) 305.11º 0.19% 0.98% -
XYZ 78.17 70.41 97.47 -
YUV 222.96 141.57 148 -
System Red Green Blue C M Y K H S L
Decimal 251 204 247 0 0.19 0.02 0.02 305.11 0.85 0.89
Hex FB CC F7 0 13 2 2 131 55 59
Octal 373 314 367 0 23 2 2 461 125 131
Binary 11111011 11001100 11110111 0 10011 10 10 100110001 1010101 1011001

Color Harmonies of #FBCCF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCCF7

Black with #FBCCF7

Text Example


Text Example

White with #FBCCF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCCF7; }

 p { color: rgb(251,204,247); }

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

background-color css

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

 a { background-color: rgb(251,204,247); }

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

border-color css

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

 span { border-color: rgb(251,204,247); }

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