Html Css Color HEX #FBCFF1 Snuff

📋 copy color: '#FBCFF1'

red 251 ◦ green 207 ◦ blue 241

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

Shades of Snuff #FBCFF1

Tints of Snuff #FBCFF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 34.48%

R = 35.91%
G = 29.61%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FBCFF1 (or 0xFBCFF1) is known color: Snuff. HEX triplet: FB, CF and F1. RGB value is (251,207,241). Sum of RGB (Red+Green+Blue) = 251+207+241=699 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.91% from 699); Green value is 207 (81.25% from 255 or 29.61% from 699); Blue value is 241 (94.53% from 255 or 34.48% from 699); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCFF1 is #04300E. Grayscale: #DFDFDF. Windows color (decimal): -274447 or 15847419. OLE color: 15847419.

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

Color convert

RGB 251 207 241 -
CMYK 0 0.18 0.04 0.02
HSL 313.64º 0.85% 0.9% -
HSV(B) 313.64º 0.18% 0.98% -
XYZ 77.97 71.49 92.91 -
YUV 224.03 137.58 147.24 -
System Red Green Blue C M Y K H S L
Decimal 251 207 241 0 0.18 0.04 0.02 313.64 0.85 0.9
Hex FB CF F1 0 12 4 2 13A 55 5A
Octal 373 317 361 0 22 4 2 472 125 132
Binary 11111011 11001111 11110001 0 10010 100 10 100111010 1010101 1011010

Color Harmonies of #FBCFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCFF1

Black with #FBCFF1

Text Example


Text Example

White with #FBCFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCFF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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