Html Css Color HEX #FBCCFD Snuff

📋 copy color: '#FBCCFD'

red 251 ◦ green 204 ◦ blue 253

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

Shades of Snuff #FBCCFD

Tints of Snuff #FBCCFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 35.73%

R = 35.45%
G = 28.81%
B = 35.73%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FBCCFD (or 0xFBCCFD) is known color: Snuff. HEX triplet: FB, CC and FD. RGB value is (251,204,253). Sum of RGB (Red+Green+Blue) = 251+204+253=708 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.45% from 708); Green value is 204 (80.08% from 255 or 28.81% from 708); Blue value is 253 (99.22% from 255 or 35.73% from 708); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBCCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCCFD is #043302. Grayscale: #DFDFDF. Windows color (decimal): -275203 or 16633083. OLE color: 16633083.

HSL color Cylindrical-coordinate representation of color #FBCCFD: hue angle of 297.55º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBCCFD is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 251 204 253 -
CMYK 0.01 0.19 0 0.01
HSL 297.55º 0.92% 0.9% -
HSV(B) 297.55º 0.19% 0.99% -
XYZ 79.11 70.79 102.42 -
YUV 223.64 144.57 147.52 -
System Red Green Blue C M Y K H S L
Decimal 251 204 253 0.01 0.19 0 0.01 297.55 0.92 0.9
Hex FB CC FD 1 13 0 1 12A 5C 5A
Octal 373 314 375 1 23 0 1 452 134 132
Binary 11111011 11001100 11111101 1 10011 0 1 100101010 1011100 1011010

Color Harmonies of #FBCCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCCFD

Black with #FBCCFD

Text Example


Text Example

White with #FBCCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCCFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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