Html Css Color HEX #FBCAFF Snuff

📋 copy color: '#FBCAFF'

red 251 ◦ green 202 ◦ blue 255

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

Shades of Snuff #FBCAFF

Tints of Snuff #FBCAFF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 28.53%

 BLUE value IS 255 (100% from 255) = 36.02%

R = 35.45%
G = 28.53%
B = 36.02%

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FBCAFF (or 0xFBCAFF) is known color: Snuff. HEX triplet: FB, CA and FF. RGB value is (251,202,255). Sum of RGB (Red+Green+Blue) = 251+202+255=708 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.45% from 708); Green value is 202 (79.30% from 255 or 28.53% from 708); Blue value is 255 (100% from 255 or 36.02% from 708); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBCAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCAFF is #043500. Grayscale: #DEDEDE. Windows color (decimal): -275713 or 16763643. OLE color: 16763643.

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

Color convert

RGB 251 202 255 -
CMYK 0.02 0.21 0 0
HSL 295.47º 1% 0.9% -
HSV(B) 295.47º 0.21% 1% -
XYZ 78.95 69.97 103.95 -
YUV 222.69 146.23 148.19 -
System Red Green Blue C M Y K H S L
Decimal 251 202 255 0.02 0.21 0 0 295.47 1 0.9
Hex FB CA FF 2 15 0 0 127 64 5A
Octal 373 312 377 2 25 0 0 447 144 132
Binary 11111011 11001010 11111111 10 10101 0 0 100100111 1100100 1011010

Color Harmonies of #FBCAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCAFF

Black with #FBCAFF

Text Example


Text Example

White with #FBCAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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