Html Css Color HEX #FFCAF3 Classic Rose

📋 copy color: '#FFCAF3'

red 255 ◦ green 202 ◦ blue 243

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

Shades of Classic Rose #FFCAF3

Tints of Classic Rose #FFCAF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 34.71%

R = 36.43%
G = 28.86%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#FFCAF3 (or 0xFFCAF3) is known color: Classic Rose. HEX triplet: FF, CA and F3. RGB value is (255,202,243). Sum of RGB (Red+Green+Blue) = 255+202+243=700 (92% of max value = 765). Red value is 255 (100% from 255 or 36.43% from 700); Green value is 202 (79.30% from 255 or 28.86% from 700); Blue value is 243 (95.31% from 255 or 34.71% from 700); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCAF3 is #00350C. Grayscale: #DEDEDE. Windows color (decimal): -13581 or 15977215. OLE color: 15977215.

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

Color convert

RGB 255 202 243 -
CMYK 0 0.21 0.05 0
HSL 313.58º 1% 0.9% -
HSV(B) 313.58º 0.21% 1% -
XYZ 78.54 69.97 94.16 -
YUV 222.52 139.56 151.17 -
System Red Green Blue C M Y K H S L
Decimal 255 202 243 0 0.21 0.05 0 313.58 1 0.9
Hex FF CA F3 0 15 5 0 13A 64 5A
Octal 377 312 363 0 25 5 0 472 144 132
Binary 11111111 11001010 11110011 0 10101 101 0 100111010 1100100 1011010

Color Harmonies of #FFCAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCAF3

Black with #FFCAF3

Text Example


Text Example

White with #FFCAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCAF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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