Html Css Color HEX #FFCAF6 Snuff

📋 copy color: '#FFCAF6'

red 255 ◦ green 202 ◦ blue 246

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

Shades of Snuff #FFCAF6

Tints of Snuff #FFCAF6

RGB

 RED value IS 255 (100% from 255) = 36.27%

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

 BLUE value IS 246 (96.48% from 255) = 34.99%

R = 36.27%
G = 28.73%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#FFCAF6 (or 0xFFCAF6) is known color: Snuff. HEX triplet: FF, CA and F6. RGB value is (255,202,246). Sum of RGB (Red+Green+Blue) = 255+202+246=703 (93% of max value = 765). Red value is 255 (100% from 255 or 36.27% from 703); Green value is 202 (79.30% from 255 or 28.73% from 703); Blue value is 246 (96.48% from 255 or 34.99% from 703); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCAF6 is #003509. Grayscale: #DEDEDE. Windows color (decimal): -13578 or 16173823. OLE color: 16173823.

HSL color Cylindrical-coordinate representation of color #FFCAF6: hue angle of 310.19º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFCAF6 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB 255 202 246 -
CMYK 0 0.21 0.04 0
HSL 310.19º 1% 0.9% -
HSV(B) 310.19º 0.21% 1% -
XYZ 79 70.15 96.57 -
YUV 222.86 141.06 150.92 -
System Red Green Blue C M Y K H S L
Decimal 255 202 246 0 0.21 0.04 0 310.19 1 0.9
Hex FF CA F6 0 15 4 0 136 64 5A
Octal 377 312 366 0 25 4 0 466 144 132
Binary 11111111 11001010 11110110 0 10101 100 0 100110110 1100100 1011010

Color Harmonies of #FFCAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCAF6

Black with #FFCAF6

Text Example


Text Example

White with #FFCAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCAF6; }

 p { color: rgb(255,202,246); }

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

background-color css

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

 a { background-color: rgb(255,202,246); }

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

border-color css

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

 span { border-color: rgb(255,202,246); }

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