Html Css Color HEX #FBCAF1 Snuff

📋 copy color: '#FBCAF1'

red 251 ◦ green 202 ◦ blue 241

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

Shades of Snuff #FBCAF1

Tints of Snuff #FBCAF1

RGB

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

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

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

R = 36.17%
G = 29.11%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FBCAF1 (or 0xFBCAF1) is known color: Snuff. HEX triplet: FB, CA and F1. RGB value is (251,202,241). Sum of RGB (Red+Green+Blue) = 251+202+241=694 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.17% from 694); Green value is 202 (79.30% from 255 or 29.11% from 694); Blue value is 241 (94.53% from 255 or 34.73% from 694); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCAF1 is #04350E. Grayscale: #DCDCDC. Windows color (decimal): -275727 or 15846139. OLE color: 15846139.

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

Color convert

RGB 251 202 241 -
CMYK 0 0.20 0.04 0.02
HSL 312.24º 0.86% 0.89% -
HSV(B) 312.24º 0.2% 0.98% -
XYZ 76.78 69.1 92.51 -
YUV 221.1 139.23 149.33 -
System Red Green Blue C M Y K H S L
Decimal 251 202 241 0 0.20 0.04 0.02 312.24 0.86 0.89
Hex FB CA F1 0 14 4 2 138 56 59
Octal 373 312 361 0 24 4 2 470 126 131
Binary 11111011 11001010 11110001 0 10100 100 10 100111000 1010110 1011001

Color Harmonies of #FBCAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCAF1

Black with #FBCAF1

Text Example


Text Example

White with #FBCAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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