Html Css Color HEX #FBCDF2 Snuff

📋 copy color: '#FBCDF2'

red 251 ◦ green 205 ◦ blue 242

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

Shades of Snuff #FBCDF2

Tints of Snuff #FBCDF2

RGB

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

 GREEN value IS 205 (80.47% from 255) = 29.37%

 BLUE value IS 242 (94.92% from 255) = 34.67%

R = 35.96%
G = 29.37%
B = 34.67%

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

#FBCDF2 (or 0xFBCDF2) is known color: Snuff. HEX triplet: FB, CD and F2. RGB value is (251,205,242). Sum of RGB (Red+Green+Blue) = 251+205+242=698 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.96% from 698); Green value is 205 (80.47% from 255 or 29.37% from 698); Blue value is 242 (94.92% from 255 or 34.67% from 698); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCDF2 is #04320D. Grayscale: #DEDEDE. Windows color (decimal): -274958 or 15912443. OLE color: 15912443.

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

Color convert

RGB 251 205 242 -
CMYK 0 0.18 0.04 0.02
HSL 311.74º 0.85% 0.89% -
HSV(B) 311.74º 0.18% 0.98% -
XYZ 77.64 70.58 93.54 -
YUV 222.97 138.74 147.99 -
System Red Green Blue C M Y K H S L
Decimal 251 205 242 0 0.18 0.04 0.02 311.74 0.85 0.89
Hex FB CD F2 0 12 4 2 138 55 59
Octal 373 315 362 0 22 4 2 470 125 131
Binary 11111011 11001101 11110010 0 10010 100 10 100111000 1010101 1011001

Color Harmonies of #FBCDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCDF2

Black with #FBCDF2

Text Example


Text Example

White with #FBCDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCDF2; }

 p { color: rgb(251,205,242); }

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

background-color css

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

 a { background-color: rgb(251,205,242); }

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

border-color css

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

 span { border-color: rgb(251,205,242); }

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