Html Css Color HEX #F2CFE5 Classic Rose

📋 copy color: '#F2CFE5'

red 242 ◦ green 207 ◦ blue 229

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

Shades of Classic Rose #F2CFE5

Tints of Classic Rose #F2CFE5

RGB

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

 GREEN value IS 207 (81.25% from 255) = 30.53%

 BLUE value IS 229 (89.84% from 255) = 33.78%

R = 35.69%
G = 30.53%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F2CFE5 (or 0xF2CFE5) is known color: Classic Rose. HEX triplet: F2, CF and E5. RGB value is (242,207,229). Sum of RGB (Red+Green+Blue) = 242+207+229=678 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.69% from 678); Green value is 207 (81.25% from 255 or 30.53% from 678); Blue value is 229 (89.84% from 255 or 33.78% from 678); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CFE5 is #0D301A. Grayscale: #DBDBDB. Windows color (decimal): -864283 or 15060978. OLE color: 15060978.

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

Color convert

RGB 242 207 229 -
CMYK 0 0.14 0.05 0.05
HSL 322.29º 0.57% 0.88% -
HSV(B) 322.29º 0.14% 0.95% -
XYZ 73.07 69.16 83.63 -
YUV 219.97 133.1 143.71 -
System Red Green Blue C M Y K H S L
Decimal 242 207 229 0 0.14 0.05 0.05 322.29 0.57 0.88
Hex F2 CF E5 0 E 5 5 142 39 58
Octal 362 317 345 0 16 5 5 502 71 130
Binary 11110010 11001111 11100101 0 1110 101 101 101000010 111001 1011000

Color Harmonies of #F2CFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CFE5

Black with #F2CFE5

Text Example


Text Example

White with #F2CFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CFE5; }

 p { color: rgb(242,207,229); }

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

background-color css

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

 a { background-color: rgb(242,207,229); }

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

border-color css

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

 span { border-color: rgb(242,207,229); }

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