Html Css Color HEX #F2CBF8 Snuff

📋 copy color: '#F2CBF8'

red 242 ◦ green 203 ◦ blue 248

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

Shades of Snuff #F2CBF8

Tints of Snuff #F2CBF8

RGB

 RED value IS 242 (94.92% from 255) = 34.92%

 GREEN value IS 203 (79.69% from 255) = 29.29%

 BLUE value IS 248 (97.27% from 255) = 35.79%

R = 34.92%
G = 29.29%
B = 35.79%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F2CBF8 (or 0xF2CBF8) is known color: Snuff. HEX triplet: F2, CB and F8. RGB value is (242,203,248). Sum of RGB (Red+Green+Blue) = 242+203+248=693 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.92% from 693); Green value is 203 (79.69% from 255 or 29.29% from 693); Blue value is 248 (97.27% from 255 or 35.79% from 693); Max value from RGB is 248 - color contains mainly: blue. Hex color #F2CBF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CBF8 is #0D3407. Grayscale: #DBDBDB. Windows color (decimal): -865288 or 16305138. OLE color: 16305138.

HSL color Cylindrical-coordinate representation of color #F2CBF8: hue angle of 292º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F2CBF8 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 242 203 248 -
CMYK 0.02 0.18 0 0.03
HSL 292º 0.76% 0.88% -
HSV(B) 292º 0.18% 0.97% -
XYZ 74.92 68.37 98.05 -
YUV 219.79 143.92 143.84 -
System Red Green Blue C M Y K H S L
Decimal 242 203 248 0.02 0.18 0 0.03 292 0.76 0.88
Hex F2 CB F8 2 12 0 3 124 4C 58
Octal 362 313 370 2 22 0 3 444 114 130
Binary 11110010 11001011 11111000 10 10010 0 11 100100100 1001100 1011000

Color Harmonies of #F2CBF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CBF8

Black with #F2CBF8

Text Example


Text Example

White with #F2CBF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CBF8; }

 p { color: rgb(242,203,248); }

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

background-color css

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

 a { background-color: rgb(242,203,248); }

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

border-color css

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

 span { border-color: rgb(242,203,248); }

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