Html Css Color HEX #FFCAF5 Snuff

📋 copy color: '#FFCAF5'

red 255 ◦ green 202 ◦ blue 245

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

Shades of Snuff #FFCAF5

Tints of Snuff #FFCAF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 34.9%

R = 36.32%
G = 28.77%
B = 34.9%

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

#FFCAF5 (or 0xFFCAF5) is known color: Snuff. HEX triplet: FF, CA and F5. RGB value is (255,202,245). Sum of RGB (Red+Green+Blue) = 255+202+245=702 (92% of max value = 765). Red value is 255 (100% from 255 or 36.32% from 702); Green value is 202 (79.30% from 255 or 28.77% from 702); Blue value is 245 (96.09% from 255 or 34.90% from 702); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCAF5 is #00350A. Grayscale: #DEDEDE. Windows color (decimal): -13579 or 16108287. OLE color: 16108287.

HSL color Cylindrical-coordinate representation of color #FFCAF5: hue angle of 311.32º 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 #FFCAF5 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB 255 202 245 -
CMYK 0 0.21 0.04 0
HSL 311.32º 1% 0.9% -
HSV(B) 311.32º 0.21% 1% -
XYZ 78.84 70.09 95.76 -
YUV 222.75 140.56 151 -
System Red Green Blue C M Y K H S L
Decimal 255 202 245 0 0.21 0.04 0 311.32 1 0.9
Hex FF CA F5 0 15 4 0 137 64 5A
Octal 377 312 365 0 25 4 0 467 144 132
Binary 11111111 11001010 11110101 0 10101 100 0 100110111 1100100 1011010

Color Harmonies of #FFCAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCAF5

Black with #FFCAF5

Text Example


Text Example

White with #FFCAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCAF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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