Html Css Color HEX #F2CFF1 Snuff

📋 copy color: '#F2CFF1'

red 242 ◦ green 207 ◦ blue 241

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

Shades of Snuff #F2CFF1

Tints of Snuff #F2CFF1

RGB

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

 GREEN value IS 207 (81.25% from 255) = 30%

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

R = 35.07%
G = 30%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#F2CFF1 (or 0xF2CFF1) is known color: Snuff. HEX triplet: F2, CF and F1. RGB value is (242,207,241). Sum of RGB (Red+Green+Blue) = 242+207+241=690 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.07% from 690); Green value is 207 (81.25% from 255 or 30% from 690); Blue value is 241 (94.53% from 255 or 34.93% from 690); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CFF1 is #0D300E. Grayscale: #DDDDDD. Windows color (decimal): -864271 or 15847410. OLE color: 15847410.

HSL color Cylindrical-coordinate representation of color #F2CFF1: hue angle of 301.71º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F2CFF1 is Cyan = 0, Magento = 0.14, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 207 241 -
CMYK 0 0.14 0.00 0.05
HSL 301.71º 0.57% 0.88% -
HSV(B) 301.71º 0.14% 0.95% -
XYZ 74.81 69.85 92.76 -
YUV 221.34 139.1 142.74 -
System Red Green Blue C M Y K H S L
Decimal 242 207 241 0 0.14 0.00 0.05 301.71 0.57 0.88
Hex F2 CF F1 0 E 0 5 12E 39 58
Octal 362 317 361 0 16 0 5 456 71 130
Binary 11110010 11001111 11110001 0 1110 0 101 100101110 111001 1011000

Color Harmonies of #F2CFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CFF1

Black with #F2CFF1

Text Example


Text Example

White with #F2CFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CFF1; }

 p { color: rgb(242,207,241); }

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

background-color css

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

 a { background-color: rgb(242,207,241); }

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

border-color css

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

 span { border-color: rgb(242,207,241); }

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