Html Css Color HEX #F2CFE4 Classic Rose

📋 copy color: '#F2CFE4'

red 242 ◦ green 207 ◦ blue 228

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

Shades of Classic Rose #F2CFE4

Tints of Classic Rose #F2CFE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 33.68%

R = 35.75%
G = 30.58%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F2CFE4 (or 0xF2CFE4) is known color: Classic Rose. HEX triplet: F2, CF and E4. RGB value is (242,207,228). Sum of RGB (Red+Green+Blue) = 242+207+228=677 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.75% from 677); Green value is 207 (81.25% from 255 or 30.58% from 677); Blue value is 228 (89.45% from 255 or 33.68% from 677); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CFE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CFE4 is #0D301B. Grayscale: #DBDBDB. Windows color (decimal): -864284 or 14995442. OLE color: 14995442.

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

Color convert

RGB 242 207 228 -
CMYK 0 0.14 0.06 0.05
HSL 324º 0.57% 0.88% -
HSV(B) 324º 0.14% 0.95% -
XYZ 72.93 69.1 82.89 -
YUV 219.86 132.6 143.79 -
System Red Green Blue C M Y K H S L
Decimal 242 207 228 0 0.14 0.06 0.05 324 0.57 0.88
Hex F2 CF E4 0 E 6 5 144 39 58
Octal 362 317 344 0 16 6 5 504 71 130
Binary 11110010 11001111 11100100 0 1110 110 101 101000100 111001 1011000

Color Harmonies of #F2CFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CFE4

Black with #F2CFE4

Text Example


Text Example

White with #F2CFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CFE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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