Html Css Color HEX #F1CDE4 Classic Rose

📋 copy color: '#F1CDE4'

red 241 ◦ green 205 ◦ blue 228

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

Shades of Classic Rose #F1CDE4

Tints of Classic Rose #F1CDE4

RGB

 RED value IS 241 (94.53% from 255) = 35.76%

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

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

R = 35.76%
G = 30.42%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F1CDE4 (or 0xF1CDE4) is known color: Classic Rose. HEX triplet: F1, CD and E4. RGB value is (241,205,228). Sum of RGB (Red+Green+Blue) = 241+205+228=674 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.76% from 674); Green value is 205 (80.47% from 255 or 30.42% from 674); Blue value is 228 (89.45% from 255 or 33.83% from 674); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CDE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CDE4 is #0E321B. Grayscale: #DADADA. Windows color (decimal): -930332 or 14994929. OLE color: 14994929.

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

Color convert

RGB 241 205 228 -
CMYK 0 0.15 0.05 0.05
HSL 321.67º 0.56% 0.87% -
HSV(B) 321.67º 0.15% 0.95% -
XYZ 72.11 67.96 82.72 -
YUV 218.39 133.43 144.13 -
System Red Green Blue C M Y K H S L
Decimal 241 205 228 0 0.15 0.05 0.05 321.67 0.56 0.87
Hex F1 CD E4 0 F 5 5 142 38 57
Octal 361 315 344 0 17 5 5 502 70 127
Binary 11110001 11001101 11100100 0 1111 101 101 101000010 111000 1010111

Color Harmonies of #F1CDE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CDE4

Black with #F1CDE4

Text Example


Text Example

White with #F1CDE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CDE4; }

 p { color: rgb(241,205,228); }

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

background-color css

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

 a { background-color: rgb(241,205,228); }

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

border-color css

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

 span { border-color: rgb(241,205,228); }

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