Html Css Color HEX #FFCADF Classic Rose

📋 copy color: '#FFCADF'

red 255 ◦ green 202 ◦ blue 223

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

Shades of Classic Rose #FFCADF

Tints of Classic Rose #FFCADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 32.79%

R = 37.5%
G = 29.71%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FFCADF (or 0xFFCADF) is known color: Classic Rose. HEX triplet: FF, CA and DF. RGB value is (255,202,223). Sum of RGB (Red+Green+Blue) = 255+202+223=680 (90% of max value = 765). Red value is 255 (100% from 255 or 37.5% from 680); Green value is 202 (79.30% from 255 or 29.71% from 680); Blue value is 223 (87.5% from 255 or 32.79% from 680); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCADF is #003520. Grayscale: #DCDCDC. Windows color (decimal): -13601 or 14666495. OLE color: 14666495.

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

Color convert

RGB 255 202 223 -
CMYK 0 0.21 0.13 0
HSL 336.23º 1% 0.9% -
HSV(B) 336.23º 0.21% 1% -
XYZ 75.68 68.83 79.11 -
YUV 220.24 129.56 152.79 -
System Red Green Blue C M Y K H S L
Decimal 255 202 223 0 0.21 0.13 0 336.23 1 0.9
Hex FF CA DF 0 15 D 0 150 64 5A
Octal 377 312 337 0 25 15 0 520 144 132
Binary 11111111 11001010 11011111 0 10101 1101 0 101010000 1100100 1011010

Color Harmonies of #FFCADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCADF

Black with #FFCADF

Text Example


Text Example

White with #FFCADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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