Html Css Color HEX #FFCFFB Snuff

📋 copy color: '#FFCFFB'

red 255 ◦ green 207 ◦ blue 251

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

Shades of Snuff #FFCFFB

Tints of Snuff #FFCFFB

RGB

 RED value IS 255 (100% from 255) = 35.76%

 GREEN value IS 207 (81.25% from 255) = 29.03%

 BLUE value IS 251 (98.44% from 255) = 35.2%

R = 35.76%
G = 29.03%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FFCFFB (or 0xFFCFFB) is known color: Snuff. HEX triplet: FF, CF and FB. RGB value is (255,207,251). Sum of RGB (Red+Green+Blue) = 255+207+251=713 (94% of max value = 765). Red value is 255 (100% from 255 or 35.76% from 713); Green value is 207 (81.25% from 255 or 29.03% from 713); Blue value is 251 (98.44% from 255 or 35.20% from 713); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCFFB is #003004. Grayscale: #E2E2E2. Windows color (decimal): -12293 or 16502783. OLE color: 16502783.

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

Color convert

RGB 255 207 251 -
CMYK 0 0.19 0.02 0
HSL 305º 1% 0.91% -
HSV(B) 305º 0.19% 1% -
XYZ 80.97 72.85 101.06 -
YUV 226.37 141.9 148.42 -
System Red Green Blue C M Y K H S L
Decimal 255 207 251 0 0.19 0.02 0 305 1 0.91
Hex FF CF FB 0 13 2 0 131 64 5B
Octal 377 317 373 0 23 2 0 461 144 133
Binary 11111111 11001111 11111011 0 10011 10 0 100110001 1100100 1011011

Color Harmonies of #FFCFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCFFB

Black with #FFCFFB

Text Example


Text Example

White with #FFCFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCFFB; }

 p { color: rgb(255,207,251); }

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

background-color css

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

 a { background-color: rgb(255,207,251); }

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

border-color css

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

 span { border-color: rgb(255,207,251); }

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