Html Css Color HEX #F2CDDE Classic Rose

📋 copy color: '#F2CDDE'

red 242 ◦ green 205 ◦ blue 222

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

Shades of Classic Rose #F2CDDE

Tints of Classic Rose #F2CDDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 33.18%

R = 36.17%
G = 30.64%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F2CDDE (or 0xF2CDDE) is known color: Classic Rose. HEX triplet: F2, CD and DE. RGB value is (242,205,222). Sum of RGB (Red+Green+Blue) = 242+205+222=669 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.17% from 669); Green value is 205 (80.47% from 255 or 30.64% from 669); Blue value is 222 (87.11% from 255 or 33.18% from 669); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CDDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CDDE is #0D3221. Grayscale: #D9D9D9. Windows color (decimal): -864802 or 14601714. OLE color: 14601714.

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

Color convert

RGB 242 205 222 -
CMYK 0 0.15 0.08 0.05
HSL 332.43º 0.59% 0.88% -
HSV(B) 332.43º 0.15% 0.95% -
XYZ 71.63 67.81 78.42 -
YUV 218 130.26 145.12 -
System Red Green Blue C M Y K H S L
Decimal 242 205 222 0 0.15 0.08 0.05 332.43 0.59 0.88
Hex F2 CD DE 0 F 8 5 14C 3B 58
Octal 362 315 336 0 17 10 5 514 73 130
Binary 11110010 11001101 11011110 0 1111 1000 101 101001100 111011 1011000

Color Harmonies of #F2CDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CDDE

Black with #F2CDDE

Text Example


Text Example

White with #F2CDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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