Html Css Color HEX #F2CDE1 Classic Rose

📋 copy color: '#F2CDE1'

red 242 ◦ green 205 ◦ blue 225

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

Shades of Classic Rose #F2CDE1

Tints of Classic Rose #F2CDE1

RGB

 RED value IS 242 (94.92% from 255) = 36.01%

 GREEN value IS 205 (80.47% from 255) = 30.51%

 BLUE value IS 225 (88.28% from 255) = 33.48%

R = 36.01%
G = 30.51%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F2CDE1 (or 0xF2CDE1) is known color: Classic Rose. HEX triplet: F2, CD and E1. RGB value is (242,205,225). Sum of RGB (Red+Green+Blue) = 242+205+225=672 (89% of max value = 765). Red value is 242 (94.92% from 255 or 36.01% from 672); Green value is 205 (80.47% from 255 or 30.51% from 672); Blue value is 225 (88.28% from 255 or 33.48% from 672); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CDE1 is #0D321E. Grayscale: #DADADA. Windows color (decimal): -864799 or 14798322. OLE color: 14798322.

HSL color Cylindrical-coordinate representation of color #F2CDE1: hue angle of 327.57º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F2CDE1 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 205 225 -
CMYK 0 0.15 0.07 0.05
HSL 327.57º 0.59% 0.88% -
HSV(B) 327.57º 0.15% 0.95% -
XYZ 72.04 67.98 80.56 -
YUV 218.34 131.76 144.87 -
System Red Green Blue C M Y K H S L
Decimal 242 205 225 0 0.15 0.07 0.05 327.57 0.59 0.88
Hex F2 CD E1 0 F 7 5 148 3B 58
Octal 362 315 341 0 17 7 5 510 73 130
Binary 11110010 11001101 11100001 0 1111 111 101 101001000 111011 1011000

Color Harmonies of #F2CDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CDE1

Black with #F2CDE1

Text Example


Text Example

White with #F2CDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CDE1; }

 p { color: rgb(242,205,225); }

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

background-color css

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

 a { background-color: rgb(242,205,225); }

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

border-color css

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

 span { border-color: rgb(242,205,225); }

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