Html Css Color HEX #F4CAFA Snuff

📋 copy color: '#F4CAFA'

red 244 ◦ green 202 ◦ blue 250

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

Shades of Snuff #F4CAFA

Tints of Snuff #F4CAFA

RGB

 RED value IS 244 (95.7% from 255) = 35.06%

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

 BLUE value IS 250 (98.05% from 255) = 35.92%

R = 35.06%
G = 29.02%
B = 35.92%

CMYK

 C value IS 0.02

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F4CAFA (or 0xF4CAFA) is known color: Snuff. HEX triplet: F4, CA and FA. RGB value is (244,202,250). Sum of RGB (Red+Green+Blue) = 244+202+250=696 (92% of max value = 765). Red value is 244 (95.70% from 255 or 35.06% from 696); Green value is 202 (79.30% from 255 or 29.02% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 250 - color contains mainly: blue. Hex color #F4CAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CAFA is #0B3505. Grayscale: #DBDBDB. Windows color (decimal): -734470 or 16435956. OLE color: 16435956.

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

Color convert

RGB 244 202 250 -
CMYK 0.02 0.19 0 0.02
HSL 292.5º 0.83% 0.89% -
HSV(B) 292.5º 0.19% 0.98% -
XYZ 75.68 68.38 99.65 -
YUV 220.03 144.91 145.1 -
System Red Green Blue C M Y K H S L
Decimal 244 202 250 0.02 0.19 0 0.02 292.5 0.83 0.89
Hex F4 CA FA 2 13 0 2 124 53 59
Octal 364 312 372 2 23 0 2 444 123 131
Binary 11110100 11001010 11111010 10 10011 0 10 100100100 1010011 1011001

Color Harmonies of #F4CAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4CAFA

Black with #F4CAFA

Text Example


Text Example

White with #F4CAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4CAFA; }

 p { color: rgb(244,202,250); }

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

background-color css

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

 a { background-color: rgb(244,202,250); }

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

border-color css

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

 span { border-color: rgb(244,202,250); }

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